ClientLink

Undocumented in source.

Constructors

this
this(ConnectionManger manger, PipeLine pipe)
Undocumented in source.

Members

Aliases

ConnectionManger
alias ConnectionManger = ClientManger!PipeLine
Undocumented in source.

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
deletePipeline
void deletePipeline(PipelineBase pipeline)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
onTimeOut
void onTimeOut()
Undocumented in source. Be warned that the author may not have intended to support it.
refreshTimeout
void refreshTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From WheelTimer

~this
~this()
Undocumented in source.
onTimeOut
void onTimeOut()

the function will be called when the timer timeout.

rest
void rest(size_t next)

rest the timer.

stop
void stop()

stop the time, it will remove from Wheel.

isActive
bool isActive()

the time is active.

oneShop
oneShop [@property getter]

get the timer only run once.

oneShop
bool oneShop [@property setter]

set the timer only run once.

Meta